home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19961006-19970104 / 000161_news@columbia.edu _Sun Nov 10 18:51:12 1996.msg < prev    next >
Internet Message Format  |  1996-12-31  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id SAA23441 for <kermit.misc@watsun.cc.columbia.edu>; Sun, 10 Nov 1996 18:51:11 -0500 (EST)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id SAA11465 for kermit.misc@watsun; Sun, 10 Nov 1996 18:51:11 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  5. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: C-Kermit as a telnet SERVER?
  8. Date: 10 Nov 1996 23:50:44 GMT
  9. Organization: Columbia University
  10. Lines: 32
  11. Message-ID: <565pok$hah@apakabar.cc.columbia.edu>
  12. References: <55s23i$epe@gateway.dircsa.org.au>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <55s23i$epe@gateway.dircsa.org.au>,
  16. Arthur Marsh <arthur@gateway.dircsa.org.au> wrote:
  17. : How difficult would it be to make C-Kermit act as a telnet server, so that
  18. : one could do something like:
  19. : telnet2 stream  tcp     nowait  bbs     /opt/bin/kermit -y /home/bbs/.kermrc kermit
  20. : in /etc/inetd.conf, and have C-Kermit run a script, negotiating telnet options
  21. : with the calling telnet?
  22.  
  23. The only problem with this scenario is that Kermit is not a Telnet Daemon.
  24. Nor would you want it to be.  If what you want is a telnet connection
  25. that only allows the user to access Kermit, then the appropriate method
  26. for doing that is to assign Kermit as your shell process for the Telnet
  27. connection.
  28.  
  29. The primary benefit of using Kermit as a dedicated server under inetd
  30. is that you don't have the overhead of the telnetd slowing down the 
  31. file transfer process.
  32.  
  33. This is an appropriate area for discussion though.  What interface should
  34. a Kermit server provide when executing under inetd?
  35.  
  36. Should it look like the Kermit command prompt?
  37.  
  38. Or more like SMTP, or FTP, ...?
  39.  
  40.  
  41. Jeffrey Altman * 304 West 92nd St #7A   * New York, NY * 10025 * (212) 769-2675
  42.                * 612 West 115th St #716 * New York, NY * 10025 * (212) 854-1344
  43.     C-Kermit 5A(191) for OS/2:   http://www.columbia.edu/kermit/cko191.html
  44.   Kermit 95 for Windows 95/NT:   http://www.columbia.edu/kermit/k95.html